@charset "utf-8";
.banner-container img {
	width: 100%;
	display: block;
	height: auto;
}

.banner-container .btn {
	transition: all 200ms;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20%;
	color: #fff;
	width: 120px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border: 1px solid #fff;
}

.banner-container .btn:hover {
	background-color: rgba(255, 255, 255, .3);
}

.banner-container .swiper-pagination-bullet {
	width: 24px;
	height: 2px;
	border-radius: 0;
	background-color: #eee;
}

.horizontal-bar {
	margin: 0 auto;
	width: 100%;
	background-color: #FFFFFF;
}

.horizontal-bar-cnt {
	max-width: 1200px;
	margin: 0 auto;
}

.horizontal-bar-cnt-lanmu {
	width: 33.33%;
	height: 100px;
	box-sizing: border-box;
	padding-top: 23px;
}

.horizontal-bar-cnt-lanmu img {
	width: 54rpx;
	margin-right: 18px;
}

.horizontal-bar-cnt-right {
	width: calc(100% - 72px);
}

.horizontal-bar-cnt-right .h4 {
	font-size: 24px;
	font-family: Arial;
	font-weight: 400;
	color: #333333;
	line-height: 1.5;
}

.horizontal-bar-cnt-right p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 1.5;
	color: #999999;
}

.product {
	box-sizing: border-box;
	padding: 60px 0;
}

.modular .h2 {
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 44px;
	text-align: center;
}

.modular .introduction {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 1.5;
	width: 80%;
	margin: 10px auto 30px;
	text-align: center;
}

.product-cnt {
	max-width: 1200px;
	margin: 0 auto;
}

.product-box {
	width: 23.5%;
	margin-right: 2%;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
	padding: 18px 17px;
}

.product-cnt .product-box:last-of-type {
	margin-right: 0;
}

.product-box:hover {
	border: 1px solid #4E5FDD;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.product-box img {
	width: 100%;
}

.product-box h3 {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 44px;
	text-align: center;
}

.product-box p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 48px;
}

.product-box div {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #4E5FDD;
	line-height: 40px;
	width: 120px;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #4E5FDD;
	margin: 20px auto 0;
}

.product-box:hover div {
	background: #4E5FDD;
	color: #FFFFFF;
}

.support {
	box-sizing: border-box;
	background-color: #FFFFFF;
	padding-top: 60px;
}

.support-pc-cnt {
	max-width: 1200px;
	margin: 10px auto 0;
	display: none;
}

.support-pc-cnt .Illustration {
	width: 55%;
}

.support-pc-cnt .Illustration img {
	width: 100%;
	vertical-align: top;
}

.support-cnt {
	width: 45%;
	position: relative;
	box-sizing: border-box;
}

.support-box {
	position: absolute;
	width: 160px;
	line-height: 60px;
	height: 60px;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.06);
	vertical-align: middle;
	padding-left: 10px;
	cursor: pointer;
}

.support-cnt .support-box:nth-of-type(10) {
	top: 416px;
	left: 141px;
	width: 200px;
}

.support-box.on {
	background: #4E5FDD;
	box-shadow: 0px 0px 20px 0px rgba(78, 95, 221, 0.4);
	color: #FFFFFF;
}

.support-box img {
	width: 44px;
	vertical-align: middle;
	margin-right: 5px;
}

.support-cnt .support-box:nth-of-type(1) {
	top: 17px;
	left: 200px;
}

.support-cnt .support-box:nth-of-type(2) {
	top: 48px;
	left: 10px;
}

.support-cnt .support-box:nth-of-type(3) {
	top: 95px;
	right: 70px;
}

.support-cnt .support-box:nth-of-type(4) {
	top: 146px;
	left: 40px;
}

.support-cnt .support-box:nth-of-type(5) {
	top: 183px;
	right: 40px;
}

.support-cnt .support-box:nth-of-type(6) {
	top: 242px;
	left: 70px;
}

.support-cnt .support-box:nth-of-type(7) {
	top: 264px;
	right: 10px;
}

.support-cnt .support-box:nth-of-type(8) {
	top: 321px;
	left: 10px;
}

.support-cnt .support-box:nth-of-type(9) {
	top: 342px;
	right: 50px;
}

.support-cnt .support-box:nth-of-type(10) {
	top: 410px;
	right: 200px;
}

.technology {
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding-top: 60px;
	padding-bottom: 100px;
	position: relative;
}

.technology-cnt {
	margin: 0 auto;
	position: absolute;
	width: 100%;
	bottom: -30px;
	max-width: 1200px;
	z-index: 100;
	box-sizing: border-box;
	left: 50%;
	transform: translate(-50%, 0);  
}

.technology-cnt div {
	font-size: 16px;
	float: left;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	height: 70px;
	line-height: 70px;
	background: #FFFFFF;
	box-sizing: border-box;
	width: 25%;
	text-align: center;
	border: 1px solid #EEEEEE;
}

.technology-cnt div:hover {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	color: #4E5FDD;
}

.multi-rotation  {
	width: 100%;
	padding: 80px 10px 100px;
	max-width: 1200px;
	margin: 0 auto;
	z-index: 1;
}

.multi-rotation-box {
	text-align: center;
	font-size: 18px;
	background-color: #FFFFFF;
	padding: 28px 36px;
	width: 70%!important;
	box-sizing: border-box;
	margin: 0 15%;
	text-align: left;
}
.multi-rotation .swiper-slide-prev{
    right:-25%;
	opacity: 0.3;
}
.multi-rotation .swiper-slide-next{
    left:-25%;
	opacity: 0.3;
}
.multi-rotation-title{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 34px;
	padding-bottom: 20px;
	height: 54px;
	overflow: hidden;
	border-bottom: 1px solid #EEEEEE;
}
.multi-rotation-title img{
	width: 34px;
	vertical-align: top;
	margin-right: 14px;
	float: left;
}
.multi-rotation-title .bt{
	float: left;
	width: calc(100% - 138px);
}
.multi-rotation-title .fr{
	font-size: 16px;
	color: rgba(51, 51, 51, 1);
	width: 90px;
	text-align: right;
}
.multi-rotation-title .fr span{
	color: rgba(40, 145, 252, 1);
	font-size: 30px;
}
.multi-rotation-introduction{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	margin: 20px auto;
}
.multi-rotation-label span{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #4E5FDD;
	height: 40px;
	background: #EEF0FF;
	border: 1px solid #CDD3FD;
	line-height: 40px;
	padding: 0 20px;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 13px;
}
.multi-rotation-btn{
	width: 120px;
	height: 40px;
	background: #4E5FDD;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	display: block;
	margin-top: 30px;
}
.multi-rotation-center{
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 32px;
	left: 0;
}
.multi-rotation-next,.multi-rotation-prev{
	display: inline-block;
	vertical-align: middle;
	width: 36px;
	height: 36px;
}
.multi-rotation-prev{
	background: url(../images/left2.png) no-repeat;
	background-size: 100%;
}
.multi-rotation-next{
	background: url(../images/right2.png) no-repeat;
	background-size: 100%;
}
.multi-rotation-prev:hover{
	background-image: url(../images/left.png);
}
.multi-rotation-next:hover{
	background-image: url(../images/right.png);
}
.swiper-paginationb {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	margin: 0 20px;
}
.swiper-paginationb .swiper-pagination-bullet{
	margin-right: 10px;
	background:none;
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	color: #999999;
	opacity: 1;
	line-height: 36px;
	width: auto;
	height: 36px;
}
.swiper-paginationb .swiper-pagination-bullet:last-of-type{
	margin-right: 0;
}
.swiper-paginationb .swiper-pagination-bullet-active{
	font-size: 24px;
	color: #4E5FDD;
}
.system{
	width: 100%;
	padding: 60px 0;
	background-color: #FFFFFF;
}
.system-cnt{
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}
.system-box{
	float: left;
	width: 20%;
	height: 350px;
	border: 1px solid #E3E2E5;
	box-sizing: border-box;
	transition: 1s all;
}
.system-box.on{
	width: 40%;
}
.system-boxb{
	text-align: center;
}
.system-boxb img{
	width: 70px;
	display: block;
	margin: 100px auto 40px;
}
.system-boxb .h4{
	line-height: 1.5;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.system-boxb p{
	margin-top: 10px;
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	color: #999999;
}
.system-boxa{
	display: none;
}
.system-box.on .system-boxa{
	display: block;
}
.system-box.on .system-boxb{
	display: none;
}
.system-head{
	width: 100%;
	height: 84px;
	background: #4E5FDD;
	line-height: 84px;
	vertical-align: middle;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0 30px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.system-head img{
	width: 42px;
	vertical-align: middle;
	margin-right: 10px;
}
.system-head span{
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
	opacity: 0.5;
}
.system-boxa-cnt{
	background: url(../images/systemBj.png) center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 264px;
	box-sizing: border-box;
	position: relative;
	padding: 30px;
}
.system-boxa-cnt ul li{
	width: 50%;
	float: left;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1.5;
	margin-bottom: 15px;
}
.system-boxa-cnt ul li.chang{
	width: 100%;
}
.system-boxa-cnt ul li span{
	width: 8px;
	height: 3px;
	margin-right: 10px;
	background: #4E5FDD;
	display: inline-block;
	vertical-align: middle;
}
.system-boxa-cnt-btn{
	position: absolute;
	bottom: 50px;
	width: 50%;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	background: #FFFFFF;
	border: 1px solid #4E5FDD;
	font-size: 14px;
	max-width: 140px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 40px;
	color: #4E5FDD;
	text-align: center;
}
.zixun{
	width: 100%;
	padding: 60px 0;
}
.zixun-cnt{
	max-width: 1200px;
	margin: 0 auto;
}
.zixun-tab{
	width: 100%;
}
.zixun-tab-cnt{
	float: left;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 50px;
	width: 130px;
	box-sizing: border-box;
	padding: 0 18px;
	cursor:pointer;
	display: block;
}
.zixun-tab-cnt img{
	width: 20px;
	vertical-align: middle;
	margin-right: 13px;
}
.zixun-tab-cnt.on{
	background-color: #FFFFFF;
	color: #4E5FDD;
}
.zixun-tab .fr{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 50px;
}
.zixun-tab .fr span{
	font-family: '宋体';
}
.zixun-ul{
	width: 100%;
}
.zixun-li{
	width: 32%;
	float: left;
}
.zixun-li:nth-of-type(2){
	margin: 0 2%;
}
.zixun-li img{
	width: 100%;
	vertical-align: top;
}
.zixun-li .zixun-bt{
	width: 100%;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	padding: 0 20px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.zixun-li .zixun-bt:nth-of-type(1){
	background-color: #FFFFFF;
}
.zixun-bt span{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-family: Arial;
	font-weight: 400;
	height: 20px;
	color: #333333;
	background: rgba(78, 95, 221, .1);
	line-height: 20px;
	padding: 0 5px;
	margin-right: 10px;
}
.zixun-bt:nth-of-type(1) span{
	color: #F4F4FC;
	opacity: 1;
	background: #4E5FDD;
}
.zixun-ulb{
	display: none;
}
.cooperation{
	background: url(../images/cooperation.png) center center no-repeat;
	background-size: cover;
	width: 100%;
	box-sizing: border-box;
	padding: 60px 0;
}
.cooperation-cnt{
	max-width: 1200px;
	margin: 0 auto;
}
.cooperation-cnt img{
	width: calc(100% / 6);
	box-sizing: border-box;
	padding: 0 20px;
	margin-bottom: 40px;
	float: left;
}
.index-db{
	background: url(../images/indexdb.png) center center no-repeat;
	background-size: cover;
	width: 100%;
	padding: 30px 10px;
	text-align: center;
}
.index-db-bt{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.5;
}
.index-db a{
	display: block;
	margin: 20px auto 0;
	line-height: 40px;
	width: 120px;
	height: 40px;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid #FFFFFF;
	box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.2);
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	transition: all 200ms;
}
.index-db a:hover{
	transform: scale(1.1);
}
@media (min-width: 1200px) {
	.support-pc-cnt {
		display: block;
	}
}

@media (min-width: 1300px) {
}

@media (max-width: 1199px) {
	.support-pc-cnt {
		display: block;
	}

	.technology-cnt,.zixun-cnt,.cooperation-cnt {
		padding: 0 10px;
	}
	.system{
		padding: 60px 10px;
		overflow: hidden;
		box-sizing: border-box;
	}
}

@media (max-width: 991px) {
	.banner-container .btn {
		bottom: 15%;
		width: 80px;
		height: 40px;
		line-height: 40px;
	}

	.product-box p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		height: 72px;
	}

	.support-pc-cnt {
		display: block;
	}

	.support-cnt .support-box {
		height: 50px;
		line-height: 50px;
		font-size: 12px;
		width: 130px;
	}

	.support-cnt .support-box img {
		width: 35px;
	}

	.support-cnt .support-box:nth-of-type(1) {
		top: 15px;
	}

	.support-cnt .support-box:nth-of-type(2) {
		top: 45px;
	}

	.support-cnt .support-box:nth-of-type(3) {
		top: 75px;
		right: 50px;
	}

	.support-cnt .support-box:nth-of-type(4) {
		top: 105px;
	}

	.support-cnt .support-box:nth-of-type(5) {
		top: 135px;
	}

	.support-cnt .support-box:nth-of-type(6) {
		top: 165px;
		left: 50px;
	}

	.support-cnt .support-box:nth-of-type(7) {
		top: 195px;
	}

	.support-cnt .support-box:nth-of-type(8) {
		top: 225px;
	}

	.support-cnt .support-box:nth-of-type(9) {
		top: 255px;
	}

	.support-cnt .support-box:nth-of-type(10) {
		top: 315px;
		width: 150px;
	}
	.system-boxa-cnt ul li{
		width: 100%;
	}
	.system-boxa-cnt{
		padding: 20px;
	}
	.system-boxa-cnt-btn{
		bottom: 20px;
	}
	.system-head span{
		display: none;
	}
	.cooperation-cnt img{
		width: calc(100% / 4);
	}
}

@media (max-width: 767px) {
	.top-index{
		background-color: rgba(0, 0, 0, .6);
	}
	.top-index .hot-line{
		background-color: rgba(0, 0, 0, 0);
	}
	.banner-container img {
		height: 230px;
		object-fit: cover;
	}

	.horizontal-bar-cnt-lanmu {
		margin: 0 auto;
		padding-left: 20%;
		width: 100%;
		border-bottom: 1px solid #F6F6FD;
	}

	.product-box {
		width: 47%;
	}

	.product-box:nth-child(odd) {
		margin-left: 2%;
	}

	.product-box:nth-child(even) {
		margin-right: 0;
	}

	.product-box:nth-child(3),
	.product-box:nth-child(4) {
		margin-top: 20px;
	}

	.support-pc-cnt .Illustration {
		display: none;
	}

	.support-cnt {
		width: 100%;
		height: 310px;
	}

	.support-cnt .support-box {
		height: 50px;
		line-height: 50px;
		font-size: 12px;
		width: 45%;
	}

	.support-cnt .support-box img {
		width: 35px;
	}

	.support-cnt .support-box:nth-of-type(1) {
		top: 0px;
		left: 10px;
	}

	.support-cnt .support-box:nth-of-type(2) {
		top: 0px;
		right: 10px;
		left: auto;
	}

	.support-cnt .support-box:nth-of-type(3) {
		top: 60px;
		left: 10px;
		right: auto;
	}

	.support-cnt .support-box:nth-of-type(4) {
		top: 60px;
		right: 10px;
		left: auto;
	}

	.support-cnt .support-box:nth-of-type(5) {
		top: 120px;
		left: 10px;
		right: auto;
	}

	.support-cnt .support-box:nth-of-type(6) {
		top: 120px;
		right: 10px;
		left: auto;
	}

	.support-cnt .support-box:nth-of-type(7) {
		top: 180px;
		left: 10px;
		right: auto;
	}

	.support-cnt .support-box:nth-of-type(8) {
		top: 180px;
		right: 10px;
		left: auto;
	}

	.support-cnt .support-box:nth-of-type(9) {
		top: 240px;
		left: 10px;
		right: auto;
	}

	.support-cnt .support-box:nth-of-type(10) {
		top: 240px;
		right: 10px;
		left: auto;
		width: 45%;
	}
    .technology{
		padding-bottom: 240px;
	}
	.technology-cnt div {
		width: 50%;
	}
	.multi-rotation-title .bt{
		float: left;
		width: calc(100% - 48px);
	}
	.multi-rotation-title .fr{
		display: none;
	}
	.zixun-ul{
		width: 100%;
	}
	.zixun-li{
		width: 100%;
		float: left;
	}
	.zixun-li:nth-of-type(2){
		margin: 0;
	}
	.cooperation-cnt img{
		width: calc(100% / 3);
		padding: 0 10px;
	}
	.system-box,.system-box.on {
	    width: 100%;
	}
	.modular h2{font-size: 24px;line-height: 1.5;}
	.index-db-bt{font-size: 20px;}
}
